home *** CD-ROM | disk | FTP | other *** search
/ Personal Computer World 2009 February / PCWFEB09.iso / Software / Resources / Chat & Communication / Gizmo Project 4.0.4 / WinGizmoInstall.exe / message_styles / Renkoo / variants / RedSteel.css < prev    next >
Cascading Style Sheet File  |  2007-04-20  |  2KB  |  84 lines

  1. @import "../main.css";
  2.  
  3. .incomingItem .timeStamp {
  4.         color:#f8b1b1;
  5. }
  6.  
  7. .outgoingItem .timeStamp {
  8.     color:#d2d2d2;
  9. }
  10.  
  11.  
  12.  
  13. /*############Incoming Bubble########## */
  14. .incomingItem    {
  15.     background:url("../images/redBackground.gif") repeat-y top right;
  16. }
  17.  
  18. .incomingItem .bubbleHeading {
  19.     background:url("../images/redCurves.gif") no-repeat top left;
  20. }
  21.  
  22. .incomingItem .bubbleHeading div {
  23.     background:url("../images/redCurves.gif") no-repeat top right;
  24. }
  25.  
  26. .incomingItem .bubbleIndicator { 
  27.     background:url("../images/redIndicator.gif") no-repeat top left;
  28. }
  29.  
  30. .incomingItem .bubbleFooting {
  31.     background:url("../images/redCurves.gif") no-repeat bottom left;
  32. }
  33.  
  34. .incomingItem .bubbleFooting div {
  35.     background:url("../images/redCurves.gif") no-repeat bottom right;
  36. }
  37.  
  38. .incomingItem .response {
  39.     background:url("../images/redBackground.gif") repeat-y top left;
  40. }
  41.  
  42. .incomingItem .followUp {
  43.     color:#ffdada;
  44.     background-color:#ffdada;
  45.     border-bottom:1px solid #fff;
  46. }
  47.  
  48. /*############Outgoing Bubble########## */
  49. .outgoingItem    {
  50.     background:url("../images/steelBackground.gif") repeat-y top right;
  51. }
  52.  
  53. .outgoingItem .bubbleHeading {
  54.     background:url("../images/steelCurves.gif") no-repeat top left;
  55. }
  56.  
  57. .outgoingItem .bubbleHeading div {
  58.     background:url("../images/steelCurves.gif") no-repeat top right;
  59. }
  60.  
  61. .outgoingItem .bubbleIndicator {
  62.     background:url("../images/steelIndicator.gif") no-repeat top left;
  63. }
  64.  
  65. .outgoingItem .bubbleFooting {
  66.     background:url("../images/steelCurves.gif") no-repeat bottom left;
  67. }
  68.  
  69. .outgoingItem .bubbleFooting div {
  70.     background:url("../images/steelCurves.gif") no-repeat bottom right;
  71. }
  72.  
  73. .outgoingItem .response {
  74.     background:url("../images/steelBackground.gif") repeat-y top left;
  75. }
  76.  
  77. .outgoingItem .followUp {
  78.     color:#ececec;
  79.     background-color:#ececec;
  80.     border-bottom:1px solid #fff;
  81. }
  82.  
  83.  
  84.